body {
    font-family: 'Roboto Condensed';
    background: #fff url(../_images/bg_login.jpg) top center no-repeat !important;
    background-position-y: -25px !important;
    background-size: cover !important;
}

/* HEADER */
.top_bar {
    /*background: var(--blue);*/
    background: #487934;
    height: 25px;
    width: 100%;
}

.top_bar .wrapper {
    height: 100%;
    width: 1160px;
    margin: 0 auto;
}

.top_bar .wrapper .download {
    color: #ffffff;
    float: right;
    margin-right: 180px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.top_bar .wrapper>.download:hover {
    opacity: 0.8;
}

.top_bar .wrapper>.btnSair {
    float: right;
    margin-top: 5px;
    width: 35px;
    height: 20px;
    line-height: 21px;
    background: #c22e2e;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Helvetica';
    /* box-shadow: 1px 0px 2px #fff; */
}

.top_bar .wrapper>.btnSair:hover {
    opacity: 0.8;
}


.containerPanel {
    border: 0;
    height: 90px;
    padding: 0px;
    /*border-top: 4px solid #0600b8;*/
    /*box-sizing: border-box;*/
    background: #fff;
}

.containerPanel .topPanel {
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

.containerPanel .top_bar {
    width: 100%;
    height: 30px;
    background: #16474a;
}

.containerPanel .top_bar .wrapper {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}

.containerPanel .topPanel .titulo {
    margin: 0;
}

.containerPanel .topPanel .titulo .txt-sistema {
    font-family: 'Passion One';
    font-size: 34px;
    margin-right: 10px;
    color: #919191;
    float: left;
    font-style: normal;
    line-height: 24px;
}


.containerPanel .topPanel .titulo .logo {
    display: flex;
    flex-direction: column;
    height: auto;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #dedede;
}

.containerPanel .topPanel .titulo .logo img {
    height: 100%;
    /*width: 100%;*/
}

.containerPanel .topPanel .titulo .txt {
    font-family: 'Roboto Condensed';
    color: #aaa;
    margin-top: 0;
    font-size: 14px;
    height: auto;
    margin-left: 0;
    line-height: 24px;
    flex: 1;
    font-weight: bold;
}

.containerPanel .topPanel .info .btnSair {
    margin-top: 0px;
    background: #487934;
}

.containerMenuAdmin {
    background: url('../_images/bg_menu.jpg') center center no-repeat;
    top: 0;
    height: 60px;
    box-sizing: border-box;
}

.containerMenuAdmin .menu {
    max-width: 1200px;
    height: auto;
    border: 0;
    position: relative;
    margin: 0 auto;
    /* border-bottom: 1px solid rgba(255, 255, 255, .35); */
    /* border: 1px solid #fff; */

}

.containerMenuAdmin .menu .btns {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    margin-top: 0px;
    height: 100%;
    padding: 0px;
}

/*
.containerMenuAdmin .menu .btns .miniIcon::before {
    opacity: 1;
    transform: translateY(0px) scale(0.95) translateZ(0px);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
*/
.containerMenuAdmin .menu .btns .miniIcon {
    border-radius: 0;
    font-size: 13px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    height: 60px;
    line-height: normal;
    min-width: 10px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
    padding: 21px 10px;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}

.containerMenuAdmin .menu .btns .miniIcon:hover {
    background-color: #487934 !important;
}

/*
.containerMenuAdmin .menu .btns .miniIcon::after {
    background: #c44143 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    transform: scaleX(0) translateZ(0px);
    transform-origin: 0 0 0;
    transition: all 0.5s;
    width: 100%;
}

.containerMenuAdmin .menu .btns .miniIcon:hover::after {
    opacity: 1;
    transform: scaleX(1) translateZ(0px);
}
*/

/*
.containerMenuAdmin .menu .btns .miniIcon:hover {
    color: #bf0811;    
}
*/

/*tainerMenuAdmin .menu .btns .miniIcon2:hover::before {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
    margin-left: -15px;
}
*/
/*
.containerMenuAdmin .menu .btns .miniIcon:hover::after {    
    width: 100%;
}
*/

.containerMenuAdmin .menu .btns .miniIcon2:before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: #2b4053;
    -o-transform: rotate(-45deg);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: -9px;
    margin-left: -6px;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.containerMenuAdmin .menu .btns .miniIcon2:after {
    content: '';
    display: none;
    height: 2px;
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    background: #2b4053;
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.containerMenuAdmin .menu .btns .sel:before {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
    margin-left: -15px;
}

.containerMenuAdmin .menu .btns .sel:after {
    width: 100%;
}

.containerMenuAdmin .menu .btns .line {
    width: 1px;
    background: #036;
    display: block;
    height: 10px;
    width: 1px;
    float: left;
    margin: 13px 10px;
}

.containerMenuAdmin .menu .btns .line:last-child {
    display: none;
}

.containerMenuAdmin .menu .btns .miniIcon:last-child {
    margin-right: 0px;
}

.containerMenuAdmin .menu .btns .off {
    background: transparent !important;
}

.containerMenuAdmin .menu .btns .over {
    background: transparent !important;
}

.containerMenuAdmin .menu .btns .sel {
    background: #345227 !important;
}

.areaSubMenu {
    border-radius: 0;
    background: var(--blue-alt);
    font-family: 'Roboto Condensed';
    margin: 0;
    width: 100%;
    float: left;
    height: 30px;
    box-sizing: border-box;
}

.areaSubMenu .btns {
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    background: #585858;
    padding-left: 5px;
}

.areaSubMenu .off {
    background: none;
    text-decoration: none;
    border-radius: 0;
}

.areaSubMenu .over {
    border-radius: 0;
    background: #888 !important;
    color: #fff !important;
    /*    text-decoration: underline;*/
}

.areaSubMenu .sel {
    background: #777777 !important;
}

.areaSubMenu .btn {
    float: left;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.05px;
    box-sizing: border-box;
    min-width: 10px;
    height: auto;
    line-height: 20px;
    padding: 5px 6px;
    border-radius: 0px;
    margin: 0;
    background: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.areaSubMenu .btns .line {
    width: 1px;
    background: #888;
    display: block;
    height: 15px;
    width: 1px;
    float: left;
    margin: 8px 5px;
}

.areaSubMenu .btns .line:last-of-type {
    display: none;
}

.containerPanel .topPanel .info .dados {
    float: right;
    min-height: 10px;
    margin: 0px;
    font-size: 14px;
    text-align: right;
    color: #bbb;
    border-left: 1px solid #DDD;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}

.containerPanel .topPanel .info .dados .msgs {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    margin-top: 8px;
}

.containerPanel .topPanel .info .dados .btn {
    float: right;
    line-height: 20px;
    margin: 0;
    line-height: 16px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    border-bottom: 2px solid var(--blue);
}

.containerPanel .topPanel .info .dados .btn:hover {
    border-bottom: 2px solid #999999;
}

/* LOGIN */
.containerLoginInterno>.txt {
    box-sizing: border-box;
    height: auto;
    color: var(--blue);
    font-family: 'Roboto Condensed' !important;
    text-transform: uppercase;
}

.containerLoginInterno label {
    font-size: 14px !important;
}


#formulario label {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Roboto Condensed' !important;
    text-transform: uppercase;
}


/* DIALOGS */
.ProsperWinload {
    border-top: 10px solid var(--color-top-dialog);
    background: #fff;
    font-family: 'Roboto Condensed';
}

.ProsperWinload .ui-dialog-title {
    /*color: var(--blue);*/
    color: #333;
    font-family: 'Roboto Condensed';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
}

.ProsperDialog {
    font-family: 'Roboto Condensed';
    border-top: 10px solid var(--blue);
    background: #fff;
}

.ProsperDialog .ui-dialog-title {
    color: var(--blue);
    font-family: 'Roboto Condensed';
    letter-spacing: -1px;
}

.ProsperDialogAlert {
    font-family: 'Roboto Condensed';
    border-top: 10px solid var(--blue));
    background: #fff;
}

.ProsperDialogAlert .ui-dialog-title {
    color: var(--blue);
    font-family: 'Roboto Condensed';
}

/* FORMS */
.btnPadrao,
.btnPadraoRight {
    font-family: 'Roboto Condensed' !important;
    background-color: var(--blue);
    padding: 10px 15px;
    color: #fff;
    border: 0;
    font-size: 11pt !important;
    text-transform: uppercase;
}

.btnCancelar {
    background-color: #960000 !important;
}

.btnCancelar:hover {
    opacity: 0.7;
}

/* INPUTS */
.readonly {
    background-color: #efefef !important;
    font-style: normal !important;
}

.inputAdm {
    background-color: #fff;
    border-radius: 0px;
    color: var(--text-input);
    border: 1px solid var(--grey-blue) !important;
    font-size: 13px !important;
    padding: 0 5px;
    box-sizing: border-box;
    height: 32px;
}

.inputView {
    font-size: 13px !important;
    background-color: #EFEFEF;
    color: #333;
}

.inputFile {
    background: var(--grey-blue);
    color: #fff;
    padding-top: 4px;
}

.containerLogin input {
    border-radius: 0px;
    width: 172px;
}

.containerLogin #login {
    background-color: #fff;
}

.containerLogin #senha {
    background-color: #fff;
}

.msgAdmSite {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid var(--blue);
    width: 600px !important;
}

.msgAdmSite .tituloMsg {
    color: var(--blue);
    font-family: 'Roboto Condensed';
}

.msgAdmSite .textMsg {
    font-family: 'Roboto Condensed';
    width: 100% !important;
}

.container {
    width: 100%;
    margin: 0;
}

.container #conteudo {
    width: 100%;
    overflow: visible !important;
}

.container .header {
    float: left;
    width: 100%;

    min-height: 36px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.tituloModulo {
    box-sizing: border-box;
    /*    padding-left: 10px;*/
    color: #487934;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    /*font-weight: bold;*/
    max-width: 1200px;
    margin: 0 auto;
    /*background: #424242 !important;*/
}

.tituloModulo .txtSubMod {
    letter-spacing: 0.1rem;
    color: #487934;
    line-height: initial;
    margin-top: 18px;
    font-size: 16px;
}

.containerLogin {
    top: 50px;
    border-radius: 0px;
}

.containerLoginInterno {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.4);
}

li.instrucoesCadastro {
    font-size: 15px;
    /*font-family: 'clanotmedium';*/
}

.containerLogin {
    background: rgba(230, 230, 230, 1);
}

.container #conteudo #table {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
}

#table #btnSearch {
    font-size: 10px;
    float: left;
    border-radius: 0px;
    background: var(--blue);
    padding: 6px 5px;
    margin: 4px 8px;
    cursor: pointer;
    color: #ffffff;
}

#table #btnSearch:hover {
    opacity: 0.7;
}

.flexigrid {
    /*font-family: 'Roboto Condensed' !important;*/
}

.flexigrid div.tDiv {
    border-radius: 0;
    background: #eee;
}

.flexigrid div.pDiv {
    background: #eee;
}

.QapTcha_Wrap>div .bgSlider {
    border-radius: 0px;
}

.flexigrid div.hDiv {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
}

.flexigrid div.hDiv th div.sdesc {
    background: #eeeeee;
}

.flexigrid div.hDiv th.sorted {
    background: #eeeeee;
}

.flexigrid div.hDiv th.thOver div,
.flexigrid div.hDiv th.sorted.thOver div {
    border-bottom: 1px solid orange;
}

#stm_magic_line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100px;
    padding: 0;
    background: #b6d15c;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('../_images/gradient.png');
}


.abaOn {
    background: #fff;
    color: #333;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
}

.abaOff {
    background: #dcdcdc;
    color: #666;
}

.btnMostra {
    padding: 5px 10px;
    line-height: 24px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
    min-width: 20px;
    font-size: 13px;
    height: 21px;
    text-transform: uppercase;
}

.btnMostra:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
    .containerPanel .topPanel {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 1100px) {
    #epBanner img {
        display: none;
    }

}

@media only screen and (max-width: 1024px) {
    .containerMenuAdmin .menu .btns .miniIcon {
        font-size: 12px;
        padding: 21px 10px;
    }

}